Category: Geeks r Us
Does anyone know how to generate a DSA private key in PEM format? I'd like to be able to use SSH to access my NAS device, but the Web interface is asking me for a DSA private key in PEM format, and I've already tried using PuTTYGen and OpenSSL to generate keys, both being rejected by the interface. The OpenSSL I have is 0.9.8I, which is bundled with XAMPP 1.7.1. What am I doing incorrectly?
Tyler